
.body-box{
    width: 100%;
    overflow: hidden;
}
/*头部*/
header{
    width: 100%;
    height: 120px;
}
.logo{
    height: 120px;
    
}
.logo img{
    
    margin-top: 40px;

}
.biaoyu{
    font-size: 18px;
    color: #1a1a1a;
    line-height: 120px;
}
.biaoyu span{
    display: inline-block;
    width: 2px;
    height: 60px;
    background: #e5e5e5;
    margin-right: 30px;
    vertical-align: middle;
}
.tel-box{
    margin-top: 30px;
}
.rexian-icon{
    font-size: 18px;
    color: #0f3f81;
    margin-bottom: 10px;
}
.rexian-icon img{
    margin-right: 10px;
}
.rexian-p{
    font-size: 24px;
    color: #1a1a1a;
}
.rexian{
    border-right: 2px solid #e5e5e5;
}
.rexian2{
    border-left: 2px solid transparent;
}
.wap-header {
    padding: 20px 15px;
    background: #0f3f81;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
}
.wap-nav {
    font-size: 16px;
    width: 60%;
    position: absolute;
    left: -60%;
    display: none;
    z-index: 10;
}
.wap-nav li {
    border-bottom: 1px solid #d2d2d2;
}
.wap-nav a {
    display: block;
    color: #333333;
    line-height: 40px;
    padding-left: 30px;
}

.pc-nav-box{
    background: #0f3f81;
}

.pc-nav .nav>li>a{
    padding: 20px 30px;
    color: #fff;
    font-size: 18px;
    border-radius: 0;
}
.pc-nav .nav-pills>li.active>a, .pc-nav .nav-pills>li.active>a:focus, .pc-nav .nav-pills>li.active>a:hover{
    background: #003671;
}
.pc-nav .nav>li>a:focus, .pc-nav .nav>li>a:hover{
    background:#ffffff;
    color: #0f3f81;
    font-weight: bold;
    border-radius: 0;
}
.pc-nav .nav>li .dao-active{
    background:#ffffff;
    color: #0f3f81;
    font-weight: bold;
}
.nav-la-item .nav-la-img{
    display: block;
    width: 100%;
    height: 123px;
}
.nav-la-item .nav-la-img img{
    width: 100%;
    height: 100%;
}
/*内容*/
.con-box {
    position: relative;
    right: 0;
    z-index: 20;
}
.zhe {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 28;
    display: none;
}
/*swiper*/
.my-swiper1 .swiper-pagination-bullet{
    width: 60px;
    height: 6px;
    background: #fff;
    border-radius: 0;
}
.my-swiper1 .swiper-container-horizontal>.swiper-pagination-bullets{
    left: 30%;
    bottom: 50px;
}
.nav-swiper{
    width: 1170px;
    background: #fff;
    position: absolute;
    top: 65px;
    left: -232px;
    z-index: 200;
    padding-top: 40px;
    padding-bottom: 40px;
    display: none;
}
.nav-la-a h3{
    font-size: 18px;
    color: #1a1a1a;
    font-weight: bold;
    margin: 20px 0 10px 0;
}
.nav-la-a a{
    font-size: 14px;
    color: #1a1a1a;
    display: block;
    line-height: 24px;
}
.nav-la-a a:hover{
    color: #0f3f81;
}
.nav-la-a .nav-la-more a{
    color: #0f3f81;
}
.nav-swiper .nav-la-item{
    padding: 0 40px 40px 40px;
    border-right: 1px solid #ccc;
}
.nav-la-item img{
    width: 100%;
}
.nav-swiper .swiper-button-next, .nav-swiper .swiper-button-prev{
    height: 30px;
}
.nav-swiper .swiper-pagination{
    text-align: right;
}
.nav-swiper .swiper-pagination-bullet{
    width: 40px;
    height: 5px;
    background: #0f3f81;
    border-radius: 0;
}
.nav-swiper .swiper-container-horizontal>.swiper-pagination-bullets{
    left: auto;
    right: 70px;
    bottom: 0;
}
.pc-nav-box .pc-nav li .add-background{
    background: #fff;
    color: #0f3f81;
    font-weight: bold;
}
/*底部*/
footer{
    background: #2d2e30;
    padding: 30px 0 50px 0;
}
.footer-bottom{
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
}
.footer-bottom, .footer-bottom a{
    font-size: 16px;
    color: #fff;
}
.footer-bottom .footer-p1{
    margin-bottom: 40px;
}
.footer-p1 a{
    margin-right: 30px;
}
.footer-bottom p{
    margin-bottom: 10px;
}
.footer-bottom a:hover{
    color: #999999;
    text-decoration: underline;
}
.footer-right{
    margin-top: 70px;
}
.footer-text{
    font-size: 16px;
    color: #fff;
    text-align: right;
    margin-top: 30px;
}
.toTop {
    width: 50px;
    height: 50px;
    background: #0f3f81;
    color: #fff;
    position: fixed;
    bottom: 60px;
    right: 60px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    cursor: pointer;
    border-radius: 50%;
    z-index: 20;
    display: none;
}

/*产品*/
.chan-box{
    padding: 30px 0;
}
.biao-box{
    margin-bottom: 60px;
}
.biao-box p{
    font-size: 30px;
    color: #000000;
    margin-bottom: 5px;
}
.chan-list li {
    margin-bottom: 50px;
    position: relative;
}
.chan-list li a{
    display: block;
    width: 100%;
    border: 1px solid #cccccc;
}
.chan-list li img{
    width: 100%;
}
.chan-list li .pro-yuan-box p{
    font-size: 18px;
    color: #000000;
    text-align: center;
    line-height: 66px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.chan-list .pro-item-box{
    padding: 0 15px;
    display: none;
    position: absolute;
    bottom: -30px;
    left: 0;
    z-index: 2;
}
.chan-list .pro-show-box{
    box-shadow: 0 0 10px 1px #ccc;   
}
.chan-list .pro-show {
    padding: 35px 35px 0 35px;  
}
.chan-list .pro-show img{
    height: 193px;
}
.chan-list .pro-show h3{
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    text-align: center;
    margin: 10px 0;
}
.chan-list .pro-show p{
    font-size: 16px;
    color: #000000;
    line-height: 30px;
    text-align: left;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.chan-list .pro-show-box a{
    border: none;
    background: #0f3f81;
    color: #fff;
    text-align: center;
    line-height: 60px;
}
.pro-more{
    text-align: center;
}
.pro-more a{
    display: inline-block;
    font-size: 16px;
    color: #0f3f81;
    padding: 15px 70px;
    border: 1px solid #0f3f81;
}
.pro-item-img{
    width: 100%;
    height: 256px;
}
.pro-item-img img{
    width: 100%;
    height: 100%;
}
/*about*/
.about-box{
    width: 100%;
    background: url(../images/index-img2.png) no-repeat center;
    background-size: cover;
    color: #fff;
    padding: 40px 0 50px 0;
}
.about-box .biao-box{
    margin-bottom: 40px;
}
.about-box .biao-box p{
    color: #fff;
}
.about-p p{
    font-size: 18px;
    color: #ffffff;
    line-height: 30px;
    text-indent: 2em;
}
.case-list li a{
    font-size: 18px;
    color: #1a1a1a;
    text-align: center;
    display: block;
}
.case-item{
    position: relative;
}
.case-item img{
    width: 100%;
    height: 360px;
}
.case-item-show{
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.65);
    padding: 40px 20px 0 20px;
    overflow: hidden;
    display: none;
}
.case-list .case-item-show p{
    font-size: 16px;
    color: #fff;
    line-height: 28px;   
}
.case-list .case-item-show a{
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    background: #0f3f81;
    color: #fff;
    display: block;
    width: 100%;
    line-height: 50px;
}
.case-list-a{
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.case-box{
    padding: 30px 0;
}
.case-more{
    text-align: center;
    margin-top: 40px;
}
.case-more a{
    font-size: 16px;
    color: #fff;
    background: #0f3f81;
    text-align: center;
    display: inline-block;
    padding: 10px 70px;
}
/*new*/
.new-left img{
    width: 100%;
}
.new-right h2{
    border-bottom: 1px solid #0f3f81;
    padding-bottom: 10px;
}
.new-right h2 a{
    font-size: 18px;
    color: #0f3f81;
    font-weight: bold;
}
.new-right .new-date{
    font-size: 14px;
    color: #808080;
    margin: 10px 0;
}
..new-right p{
    font-size: 16px;
    color: #1a1a1a;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.new-cha{
    text-align: right;
    margin-top: 20px;
}
.new-cha a{
    font-size: 16px;
    color: #0f3f81;
    display: inline-block;
}
.new-bottom{
    margin-bottom: 50px;
    margin-top: 40px;
}
.new-bottom h2{
    font-size: 18px;
    color: #1a1a1a;
    font-weight: bold;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.new-bottom li a{
    display: block;
}

.new-bottom p{
    font-size: 16px;
    color: #4c4c4c;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.new-bottom-height{
    height: 52px;
}
.new-bottom .new-date{
    font-size: 14px;
    color: #999999;
    text-align: right;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
}
.new-bottom li{
    padding-top: 10px;
}
.new-bottom ul li a:hover{
    color: #0f3f81;
}

/*关于我们页面*/
.top-banner{
    width: 100%;
}
.top-banner img{
    width: 100%;
}
.site{
    font-size: 16px;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 10px;
    padding-top: 15px;
}
.site a{
    color: #666666;
}
.site span{
    font-size: 12px;
    color: #0f3f81;
}
.site .site-span{
    font-size: 16px;
}
.about-con-left{
    margin-bottom: 30px;
}
.about-con-left h1{
    font-size: 24px;
    color: #1a1a1a;
    text-align: center;
    margin: 30px 0;
}
.about-con-left img{
    width: 100%;
    margin-bottom: 30px;
}
.about-con-left p{
    font-size: 18px;
    color: #1a1a1a;
    line-height: 30px;
    margin-bottom: 20px;
}
.about-con-left h3{
    font-size: 18px;
    color: #1a1a1a;
    font-weight: bold;
}
.about-right-title h2{
    font-size: 24px;
    color: #0f3f81;
    margin-top: 30px;
    border-bottom: 1px solid #0f3f81;
    padding-bottom: 10px;
}
.about-right-title h2 span{
    display: inline-block;
    width: 33px;
    height: 20px;
    background: url(../images/icon1.png) no-repeat center;
    margin-right: 10px;
}
.right-nav-con h3{
    font-size: 18px;
    color: #1a1a1a;
    font-weight: bold;
    margin-top: 20px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
    cursor: pointer;
}
.right-nav-con h3 span{
    float: right;
    width: 20px;
    height: 20px;
    background: url(../images/jia.png) no-repeat center;
}
.right-nav-con h3 .jian-show{
    background: url(../images/jian.png) no-repeat center;
}
.right-nav-box{
    padding-left: 50px;
}
.right-nav-con ul{
    margin-top: 10px;
    display: none;
}
.right-nav-con ul li{
    line-height: 30px;
    font-size: 16px;
}
.right-nav-con ul li a{
    color: #4c4c4c;
}
.right-nav-con ul li a:hover{
    color: #0f3f81;
}
.about-right-title-new h2 span{
    background: url(../images/icon2.png) no-repeat center;
}
.right-new-con a{
    display: block;
}
.right-new-con img{
    width: 100%;
    margin-top: 16px;
}
.right-new-con p{
    font-size: 16px;
    color: #1a1a1a;
    line-height: 28px;
}
.right-new-cha{
    text-align: center;
    margin: 20px 0 50px 0;
}
.right-new-cha a{
    font-size: 16px;
    color: #0f3f81;
    text-align: center;
    padding: 6px 40px;
    border: 1px solid #0f3f81;
    display: inline-block;
}
/*产品页*/
.pro-chan-list{
    margin-top: 40px;
}
.pro-chan-list li .pro-yuan-box p{
    line-height: 50px;
}
.pro-chan-list ul{
    display: block;
}
.about-con-left .pro-yuan-box p{
    margin-bottom: 0;
}
.about-con-left .pro-yuan-box img{
    margin-bottom: 0;
}
.about-con-left .pro-show img{
    margin-bottom: 0;
}
.pro-chan-list .pro-show-box a{
    line-height: 40px;
}
.about-con-left .right-nav-con ul li a:hover{
    color: #fff;
}

.fenji-box .pro-chan-list{
    display: none;
}

/*服务*/
.fuwu-box{
    margin-top: 30px;
}
.about-con-left .fuwu-box h2{
    font-size: 18px;
    color: #1a1a1a;
    font-weight: bold;
}
.about-con-left .fuwu-box p{
    font-size: 18px;
    color: #1a1a1a;
    margin-top: 30px;
    margin-bottom: 0;
}
/*case*/
.about-con-left .case-item img{
    margin-bottom: 0;
}
.about-con-left .case-list li{
    margin-top: 40px;
}
.about-con-left .fuwu-box h1{
    font-size: 24px;
    color: #1a1a1a;
    font-weight: bold;
    text-align: center;
}
.fuwu-box .gong-h2{
    margin-top: 40px;
}
.fuwu-box .gong-img{
    width: 100%;
    padding: 30px 90px 0 90px;
    margin-bottom: 0;
}

/*new*/
.new-xiang-box h1{
    font-size: 18px;
    color: #1a1a1a;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}
.new-xiang-box .new-date{
    font-size: 14px;
    color: #666666;
    text-align: center;
}
.new-xiang-box p{
    font-size: 16px;
    color: #1a1a1a;
}
.new-ye{
    margin:40px 0;
}
.new-ye p{
    margin-bottom: 10px;
}
.new-tui .biao-box p{
    font-size: 30px;
    color: #000000;
}
.new-tui .biao-box img{
    width: auto;
}

.new-tui ul li i{
    float: left;
    font-size: 14px;
    color: #0f3f81;
    line-height: 18px;
    margin-right: 4px;
}
.new-tui ul li span{
    float: right;
    font-size: 14px;
    color: #666666;
    line-height: 18px;
}
.new-tui ul li a{
    float: left;
    width: 68%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #333333;
}
.new-tui ul li a:hover{
    color: #0f3f81;
}
.new-title{
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 0;
}
/**/
.pro-xiang-box{
    margin-top: 40px;
}
.pro-xiang-img{
    width: 100%;
}
.pro-xiang-cp h1{
    font-size: 24px;
    color: #1a1a1a;
    margin-top: 10px;
}
.pro-xiang-cp p{
    font-size: 18px;
    color: #1a1a1a;
    line-height: 30px;
    margin: 20px 0 30px 0;
}
.pro-btn a{
    display: inline-block;
    width: 180px;
    height: 55px;
    font-size: 18px;
    color: #fff;
    line-height: 55px;
}
.xunjia{
    background: url(../images/pro-btn1.png) no-repeat center;
    padding-left: 70px;
}
.dianhua{
    background: url(../images/pro-btn2.png) no-repeat center;
    padding-left: 45px;
}
.pro-xiang-bottom h2{
    font-size: 18px;
    color: #1a1a1a;
    font-weight: bold;
    margin-top: 30px;
}
.pro-xiang-bottom img{
    display: block;
    margin: 20px auto;
}
.pro-xiang-bottom p{
    font-size: 16px;
    color: #1a1a1a;
    line-height: 30px;
    margin: 20px 0;
}
.pro-tui-cp{
    margin-bottom: 30px;
}
.pro-tui .biao-box{
    margin-bottom: 30px;
}
.pro-tui-cp a{
    display: block;
    width: 100%;
    font-size: 16px;
    color: #1a1a1a;
    text-align: center;
}
.pro-tui-cp img{
    width: 100%;
}
.pro-tui-cp p{
    width: 100%;
    margin: 10px 0;
    
}
.pro-tui-cp p a{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pro-tui-cp a:hover{
    color: #0f3f81;
}
/*联系*/
.lianxi-box{
    margin-top: 30px;
}
.lianxi-p{
    font-size: 18px;
    color: #1a1a1a;
    line-height: 30px;
    margin-bottom: 30px;
}
.lianxi-biao{
    text-align: center;
    overflow: hidden;
    margin-bottom: 40px;
}
.lianxi-biao p{
    font-size: 16px;
    color: #000000;
    line-height: 30px;
    word-break: break-word;
}
.lianxi-biao .lianxi-biao-item{
    width: 31%;
    float: left;
    border:1px solid #ccc;
    margin-right: 3.5%;
    padding: 65px 0 70px 0;
}
.lianxi-biao .lianxi-biao-item:last-child{
    margin-right: 0;
}
.lianxi-biao-item img{
    margin-bottom: 30px;
}
.lian-bottom p{
    font-size: 16px;
    color: #1a1a1a;
    line-height: 30px;
    text-align: center;
}
.lian-bottom img{
    width: 100%;
    margin-top: 20px;
}
.biao-box2{
    margin-bottom: 10px;
}
.ditu{
    width: 100%;
    margin-top:20px; 
}
.pagination .page_action{
    background-color: #003671;
    color: #ccc !important;
}
/*new*/
.new-list-top{
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    text-align: right;
    margin: 30px 0;
}
.new-list-top span{
    display: inline-block;
    vertical-align: middle;
}
.new-list-top select{
    display: inline-block;
    vertical-align: middle;
    border:none;
    background: #e6e6e6;
    padding: 3px 10px;
}
.new-list-top select:focus{
    border-color:transparent;
    outline:none;
}
.new-list-top .new-btn1,.new-list-top .new-btn2{
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align:middle;
    margin-left: 25px;
}
.new-list-top .new-btn1{   
    background: url(../images/new-btn3.png) no-repeat center;    
}
.new-list-top .new-btn2{
    background: url(../images/new-btn2.png) no-repeat center;
}
.new-list-con a{
    display: block;
    width: 100%;
}
.new-list-con a img{
    width: 100%;
}
.new-list-con .new-date{
    font-size: 14px;
    color: #808080;
    margin-top: 5px;
}
.new-list-con h3{
    font-size: 18px;
    color: #1a1a1a;
    font-weight: bold;
    margin: 10px 0 20px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.new-list-con p{
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.new-list-con-bottom{
    
    padding:0 20px 20px 20px;
}
.new-list-con .new-list-con-item{
    margin-bottom: 30px; 
}
.new-list-con-img.col-md-5{
    padding-left: 0;
}
.new-list-con a{
    display: block;
    width: 100%;
    background: #f5f5f5;
}

.new-list-con .new-date-hidden{
    display: none;
    text-align: right;
    margin-top: 30px;
}
.new-list-con-bottom.col-md-7 h3{
    margin-top: 30px;
}
.new-list-con .new-list-con-active{
    box-shadow: 0 0 15px 2px #ccc;
    color: #0f3f81;
}
.fenye{
    margin: 20px 0 40px 0;
    text-align: right;
}
.fenye .pagination>li>a, .pagination>li>span{
    margin: 0 3px;
    border-radius: 0;
    color: #0f3f81;
    margin-bottom: 10px;
}
.ye-right{
    display: inline-block;
    vertical-align: top;
}
.zongye{
    margin: 0 15px;
}
.ye-right i{
    font-style: normal;
}
.ye-right input{
    width: 30px;
    text-align: center;
    vertical-align: middle;
}
.ye-right button{
    border-radius: 0;
    background: #0f3f81;
    color: #fff;
    font-size: 16px;
    padding: 5px 8px;
    margin-left: 15px;
}
.fenye .pagination{
    margin: 0;
}
.fenye .pagination>li .ye-dian{
    border:none;
}
.ye-right button:hover{
    color: #eee;
}

/* 改 */
.pro-list-imgbox{
    width: 100%;
    height: 156px;;
}
.pro-list-imgbox img{
    width: 100%;
    height: 100%;;
}
.about-con-left .pro-chan-list .pro-show{
    padding: 15px;
}
.about-con-left .pro-chan-list .pro-show img{
    width: 100%;
    height: 88px;
}
.new-list-con-img img{
    height: 253px;
}
.pro-tui{
    margin-top: 20px;
}
.pro-tui-cp img{
    height: 172px;
}
.new-xiang-box img{
    width: 60%;
    margin: 0 auto;
}
.pro-table table{
    margin: 0 auto;
}
.case-xiang-topimg h1{
    font-size: 20px;
    font-weight: bold;
    text-align: center
}
.case-xiang-topimg img{
    width: 60%;
    display: block;
    margin: 20px auto;
}
.case-list{
    margin-bottom: 30px;
}
.pro-more .pro-more-active{
    background: #0f3f81;
    color: #fff;
}





















/*适配*/

@media screen and (min-width: 769px) {
    .my-swiper1 .swiper-button-next, .my-swiper1 .swiper-button-prev{
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .pc-nav .nav>li>a{
        padding: 15px 26px;
    }
}
@media screen and (max-width: 991px) {
    body{
        padding-top: 80px;
    }
    .pc-nav .nav>li>a{
        padding: 15px 14px;
    }
    .footer-p1 a{
        margin-right: 15px;
    }
    .footer-text{
        text-align: center;
    }
    .my-swiper1 .swiper-container-horizontal>.swiper-pagination-bullets{
        left: 30%;
        bottom: 10px;
    }
    .my-swiper1 .swiper-pagination-bullet{
        width: 30px;
        height: 3px;
        background: #fff;
        border-radius: 0;
    }
    .my-swiper1 .swiper-button-next, .my-swiper1 .swiper-button-prev{
        height: 20px;
    }
    .biao-box{
        margin-bottom: 30px;
    }
    .chan-list li{
        margin-bottom: 30px;
    }
    .right-nav-box{
        padding-left: 15px;
    }
}
@media screen and (max-width: 767px) {
    body{
        padding-top: 68px;
    }
    .toTop {
        bottom: 20px;
        right: 10px;
    }
    .footer-bottom, .footer-bottom a{
        font-size: 14px;
    }
    .footer-text{
        font-size: 14px;
    }
    .biao-box{
        margin-bottom: 30px;
    }
    .chan-list li .pro-yuan-box p{
        line-height: 33px;
    }
    .chan-list li{
        margin-bottom: 20px;
    }
    .chan-list .pro-show{
        padding: 10px;
    }
    .chan-list .pro-show-box a{
        line-height: 30px;
    }
    .chan-list .pro-item-box{
        bottom: 0;
    }
    .pro-more a{
        padding: 10px 30px;
    }
    .case-list .case-item-show p{
        font-size: 14px;
        line-height: 24px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
    }
    .case-item-show{
        padding: 20px 15px;
    }
    .case-list .case-item-show a{
        line-height: 30px;
        font-size: 14px;
    }
    .about-p p{
        font-size: 14px;
    }
    .case-list-a{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .case-more{
        margin-top: 20px;
    }
    .case-more a{
        padding: 10px 30px;
    }
    .about-con-left p, .about-con-left h3{
        font-size: 16px;
    }
    .fuwu-box .gong-img{
        padding: 30px 30px 0 30px;
    }
    .new-tui ul li a{
        width: 69%;
    }
    .lianxi-biao .lianxi-biao-item{
        width: 48%;
        padding-top: 30px;
        margin-bottom: 20px;
    }
    .lianxi-biao .lianxi-biao-item:nth-child(2){
        margin-right: 0;
        padding-bottom: 40px;
    }
    .lian-bottom p{
        text-align: left;
    }
    .lian-bottom p a{
        word-break: break-all;
    }
    .pro-item-img {
        width: 100%;
        height: 100px;
    }
    .chan-list .pro-show img {
        height: 65px;
    }
    .case-item img {
        width: 100%;
        height: 220px;
    }
    .pro-btn{
        text-align: center;    
    }
    .pro-tui-cp img {
        height: 120px;
    }
    .pro-xiang-img{
        padding: 0 50px;
    }
}
@media screen and (max-width: 374px){
    body{
        padding-top: 60px;
    }
    .new-tui ul li a{
        width: 63%;
    }
}